Re: JS validations Working Fine in IE , not in Opera,firefox
[quote="rangana":2otujjt4]Yay, I'm sorry, but I don't understand your markup. Is there by any chance you could provide the generated markup instead?
The one that you see when you view the source code.[/quote:2otujjt4]
As referring to the above code
[code:2otujjt4]
<td width="20%">Select file (< 20 MB)* </td>
<td width="80%">
<input id="importFile" name="importFile" type="file" onkeydown="this.blur()" onchange="Javascript:document.getElementById('txtHInputFileName').value=document.getElementById('importFile').value"/>
</td>
</tr>
<tr>
<td width="20%"></td>
<td width="80%"><INPUT type="button" name="btnUpload" value="Upload" onclick="validateField('load')" />
[/code:2otujjt4]
this part is not doing any action in firefox. Even if i click the upload button after entering the mandatory fields .
and the JS code u can refer above ,
regards